home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Amiga Classic Collection
/
The Amiga Classic Collection - Disc 1.iso
/
Animation
/
AN31-WileECoyote.DMS
/
AN31-WileECoyote.adf
/
Wile.E.Coyote II
< prev
next >
Wrap
Text File
|
2000-12-31
|
688b
|
22 lines
; NOTE: This animation needs 1 meg of memory.
; Hard drive users with only 1 meg might
; have to disable hard drive(s) and boot
; from floppy.
IF NOT EXISTS WE_CH.01
ECHO "
WARNING:
Can't find Wile.E.Coyote data files."
ECHO " "
ASSIGN >NIL: "Wile.E.Coyote II:" EXISTS
IF NOT WARN
ECHO "Floppy disk found. Copying files from floppy..."
COPY "Wile.E.Coyote II:WE_CH.#?" "" COM
ECHO " "
ASK "Now close this window and try again."
ELSE
ECHO "To install to hard disk, you must copy the data files from floppy."
ASK "Try inserting the Wile.E.Coyote disk and clicking on this icon."
ENDIF
QUIT
ENDIF
WE_CH.00